Class ASAImpl

All Implemented Interfaces:
IPCObject, ASA, CiscoDevice, Device

public class ASAImpl extends CiscoDeviceImpl implements ASA
Information provided by the PKI file:

    \class ASA
    
    \brief ASA is the base class for all ASA devices.
    
    \example network().getDevice("ASA0")
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • getWebvpnUserManager

      public AsaWebvpnUserManager getWebvpnUserManager()
      Information provided by the PKI file:
      
          \brief Returns the ASA Web VPN User Manager object.
          
          \return AsaWebvpnUserManager, the AsaWebvpnUserManager object.
          
              
      Specified by:
      getWebvpnUserManager in interface ASA
      Returns:
      AsaWebvpnUserManager Returns a AsaWebvpnUserManager
    • addBookmark

      public boolean addBookmark(String title, String url)
      Information provided by the PKI file:
      
          \brief Returns true if the bookmark with the specified title and URL was added successfully, otherwise false.
          
          /param title, the title for the bookmark.
          /param url, the URL for the bookmark.
          
          \return bool, true if the bookmark with the specified title and URL was added successfully, otherwise false.
          
              
      Specified by:
      addBookmark in interface ASA
      Parameters:
      title - Takes in a parameter of title
      url - Takes in a parameter of url
      Returns:
      boolean Returns a boolean
    • removeBookmark

      public boolean removeBookmark(String title)
      Information provided by the PKI file:
      
          \brief Returns true if the bookmark with the specified title was removed successfully, otherwise false.
          
          /param title, the title for the bookmark.
          
          \return bool, true if the bookmark with the specified title was removed successfully, otherwise false.
          
              
      Specified by:
      removeBookmark in interface ASA
      Parameters:
      title - Takes in a parameter of title
      Returns:
      boolean Returns a boolean
    • getBookmarkCount

      public int getBookmarkCount()
      Information provided by the PKI file:
      
          \brief Returns the number of bookmarks.
          
          \return int, the number of bookmarks.
          
              
      Specified by:
      getBookmarkCount in interface ASA
      Returns:
      int Returns a int
    • getBookmarkList

      public String getBookmarkList()
      Information provided by the PKI file:
      
          \brief Returns a comma-separated list of bookmarks.
          
          \return string, a comma-separated list of bookmarks.
          
              
      Specified by:
      getBookmarkList in interface ASA
      Returns:
      String Returns a String
    • getBookmarkUrl

      public String getBookmarkUrl(String title)
      Information provided by the PKI file:
      
          \brief Returns the URL of the specified bookmark.
          
          \return string, the URL of the specified bookmark.
          
              
      Specified by:
      getBookmarkUrl in interface ASA
      Parameters:
      title - Takes in a parameter of title
      Returns:
      String Returns a String